
/*-- gallery --*/ 
.gallery-grids img {
    /* width: 460px;
	height: 229px; */
	border-radius:10px;
	box-shadow:1px 1px 80px rgb(219, 215, 215);
	/* margin-top: 10px; */
}
.gallery-grids { 
	padding: 20px;
	/* width: 393px;
	height: 270px; */
	margin: 0 auto;
}
/*-- gallery-hover effect --*/
.w3ls-hover {
	
	background-color: #ffc107;
	margin: 0 auto;
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}
.w3ls-hover img {  
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
} 
.w3ls-hover .view-caption { 
    padding: 1em 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
	border-radius: 50%;
}
.w3ls-hover .view-caption h5{
	color: #fff;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 5px; 
}
.w3ls-hover .view-caption span {
    color: #fff;
    font-size: 1em;
    margin-top: 5%;
    display: inline-block;
    border: 2px solid #fff;
    padding: 12px;
}
.w3ls-hover:hover .view-caption { 
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0; 
	border-radius: 0;
}
.w3ls-hover .view-caption span:hover {
    color: #ffc107;
    border-color: #ffc107;
}




@media screen and (min-width:993px ){
	.main .c1{
		display: none;
	}
	.jarallax .container .gallery-w3lsrow{
		width:1200px;
		
	}



	.w3ls-hover a img{
		width: 460px;
		height: 229px;
	}
	.gallery-grids{
		width: 393px;
		height: 270px;
	}
   
	
	
}
@media screen and (max-width:1200px ) {
	
	.c12{
        text-align: center;   
    }
	.jarallax .container .gallery-w3lsrow{
		width: 100%;
		height: 100%;

	}
	
	.jarallax .container .gallery-w3lsrow .gallery-grids{
		float: left;

	}


	.w3ls-hover a img{
		width: 100%;
		height: 100%;
	}
	.w3ls-hover a{
		width: 100%;
	}
	.gallery-grids{
		width: 100%;
	}

}